AddDictEntryString(PdfName,IList<Byte>) Method
In This Topic
Adds string dict entry, string is written as PDF string i.e. like (BlaBla). If string contains chars with code greater than 126 it encoded as unicode. String is encoded if encoding specified for document.
Syntax
'Declaration
Public Overloads Sub AddDictEntryString( _
ByVal As PdfName, _
ByVal As System.Collections.Generic.IList(Of Byte) _
)
public void AddDictEntryString(
PdfName ,
System.Collections.Generic.IList<byte>
)
Parameters
- key
- value
See Also